Fix spelling of 'bitscategory' in GDB options.
authorrobertl <robertl>
Sun, 4 May 2008 23:09:08 +0000 (23:09 +0000)
committerrobertl <robertl>
Sun, 4 May 2008 23:09:08 +0000 (23:09 +0000)
gdb.c
xmldoc/formats/options/gdb-bitscategory.xml

diff --git a/gdb.c b/gdb.c
index 24029a07690ead500109632867d960a44d37ea32..7893dceec0e0fb48bc24513d450ab722de3340b4 100644 (file)
--- a/gdb.c
+++ b/gdb.c
 
 /*******************************************************************************/
 
-/* static char gdb_release[] = "$Revision: 1.64 $"; */
-static char gdb_release_date[] = "$Date: 2008/04/27 14:11:56 $";
+/* static char gdb_release[] = "$Revision: 1.65 $"; */
+static char gdb_release_date[] = "$Date: 2008/05/04 23:09:08 $";
 
 static gbfile *fin, *fout;
 static int gdb_ver, gdb_category, gdb_via, gdb_roadbook;
@@ -1694,7 +1694,7 @@ write_data(void)
 #define GDB_OPT_VER            "ver"
 #define GDB_OPT_VIA            "via"
 #define GDB_OPT_CATEGORY       "cat"
-#define GDB_OPT_BITCATEGORY    "bitcategory"
+#define GDB_OPT_BITCATEGORY    "bitscategory"
 #define GDB_OPT_ROADBOOK       "roadbook"
 
 static arglist_t gdb_args[] = {
index 18bf952ca99e04f8980d5932705d5c0199b388dc..32f3815db33af382dadca44e5fd7ced4bb2f7c49 100644 (file)
@@ -4,15 +4,15 @@
  this options allows you to specify a bitmask to be used for the category.
  Options may be specified in either decimal or hex.
 </para>
-<example id="gdb_bitcategory">
+<example id="gdb_bitscategory">
   <title>Example for gdb bitcategory option to put all waypoints in categories 1 and 16.</title>
 <para>
   The following two commands are equivalent.  They place a the point in both the first and last of the sixteen available categories.
   <userinput>
-        gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitcategory=32769 -F foo.gdb
+        gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitscategory=32769 -F foo.gdb
   </userinput>
   <userinput>
-        gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitcategory=0x8001 -F foo.gdb
+        gpsbabel -i gpx -f PocketQuery.gpx -o gdb,bitscategory=0x8001 -F foo.gdb
   </userinput>
   
 </para>